home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2006-03-23  |  5KB  |  224 lines

  1. object AboutBox: TAboutBox
  2.   Left = 472
  3.   Top = 188
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 235
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     328
  20.     235)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Comments: TLabel
  24.     Left = 39
  25.     Top = 127
  26.     Width = 258
  27.     Height = 26
  28.     Caption = 
  29.       'Description: CD/DVD recording software                      Audi' +
  30.       'o CD recording software'
  31.     WordWrap = True
  32.     IsControl = True
  33.   end
  34.   object Label1: TLabel
  35.     Left = 157
  36.     Top = 85
  37.     Width = 113
  38.     Height = 16
  39.     Cursor = crHandPoint
  40.     Caption = 'www.astonsoft.com'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsUnderline]
  46.     ParentFont = False
  47.     OnClick = Label1Click
  48.   end
  49.   object Label2: TLabel
  50.     Left = 157
  51.     Top = 43
  52.     Width = 124
  53.     Height = 16
  54.     Cursor = crHandPoint
  55.     Caption = 'www.deepburner.com'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlue
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsUnderline]
  61.     ParentFont = False
  62.     OnClick = Label1Click
  63.   end
  64.   object Label3: TLabel
  65.     Left = 157
  66.     Top = 64
  67.     Width = 149
  68.     Height = 16
  69.     Cursor = crHandPoint
  70.     Caption = 'support@deepburner.com'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clBlue
  73.     Font.Height = -13
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsUnderline]
  76.     ParentFont = False
  77.     OnClick = Label1Click
  78.   end
  79.   object Label4: TLabel
  80.     Left = 40
  81.     Top = 162
  82.     Width = 114
  83.     Height = 13
  84.     Caption = 'Translated by: Astonsoft'
  85.   end
  86.   object ProductName: TLabel
  87.     Left = 152
  88.     Top = 8
  89.     Width = 104
  90.     Height = 13
  91.     Caption = 'Astonsoft DeepBurner'
  92.     IsControl = True
  93.   end
  94.   object Version: TLabel
  95.     Left = 152
  96.     Top = 24
  97.     Width = 53
  98.     Height = 13
  99.     Caption = 'Version 1.1'
  100.     IsControl = True
  101.   end
  102.   object ProgramIcon: TImage
  103.     Left = 16
  104.     Top = 8
  105.     Width = 129
  106.     Height = 89
  107.     Center = True
  108.     Picture.Data = {<image000.bmp>}
  109.     IsControl = True
  110.   end
  111.   object Copyright: TLabel
  112.     Left = 39
  113.     Top = 111
  114.     Width = 169
  115.     Height = 13
  116.     Caption = 'Copyright '#169'   2002 - 2006 Astonsoft'
  117.     IsControl = True
  118.   end
  119.   object Bevel1: TBevel
  120.     Left = 6
  121.     Top = 192
  122.     Width = 315
  123.     Height = 8
  124.     Anchors = [akLeft, akBottom]
  125.     Shape = bsBottomLine
  126.   end
  127.   object TranslatorWWW: TLabel
  128.     Left = 67
  129.     Top = 177
  130.     Width = 3
  131.     Height = 16
  132.     Cursor = crHandPoint
  133.     Alignment = taCenter
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clBlue
  136.     Font.Height = -13
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = [fsUnderline]
  139.     ParentFont = False
  140.     OnClick = TranslatorWWWClick
  141.   end
  142.   object Panel1: TPanel
  143.     Left = 0
  144.     Top = 192
  145.     Width = 329
  146.     Height = 57
  147.     BevelOuter = bvNone
  148.     BorderWidth = 6
  149.     TabOrder = 1
  150.     Visible = False
  151.     object Bevel2: TBevel
  152.       Left = 6
  153.       Top = 6
  154.       Width = 317
  155.       Height = 3
  156.       Align = alTop
  157.       Shape = bsTopLine
  158.     end
  159.     object Label5: TLabel
  160.       Left = 0
  161.       Top = 14
  162.       Width = 329
  163.       Height = 41
  164.       Alignment = taCenter
  165.       AutoSize = False
  166.       Caption = 'Licensed to '
  167.       Layout = tlCenter
  168.     end
  169.   end
  170.   object OKButton: TButton
  171.     Left = 127
  172.     Top = 206
  173.     Width = 75
  174.     Height = 23
  175.     Anchors = [akLeft, akBottom]
  176.     Caption = 'OK'
  177.     Default = True
  178.     ModalResult = 1
  179.     TabOrder = 0
  180.     IsControl = True
  181.   end
  182.   object smlFormLangRes: TsmlFormLangRes
  183.     LangFileName = 'DefLang.ini'
  184.     IgnoreEmptyString = False
  185.     AutoCreateMode = True
  186.     AddBracket = True
  187.     StringProperties.Strings = (
  188.       'Caption')
  189.     StringsProperties.Strings = (
  190.       'Tabs'
  191.       'Items')
  192.     IgnoreControls.Strings = (
  193.       'Version'
  194.       'Copyright'
  195.       'ProductName'
  196.       'Label1'
  197.       'Label5'
  198.       'Label6'
  199.       'Panel1')
  200.     IgnoreFormCaption = False
  201.     IncludeListViewItems = False
  202.     IncludeListViewHead = False
  203.     IncludeTreeViewItems = False
  204.     Active = False
  205.     Left = 296
  206.     Top = 8
  207.   end
  208.   object smlMsgLangRes: TsmlMsgLangRes
  209.     LangFileName = 'DefLang.ini'
  210.     IgnoreEmptyString = False
  211.     AutoCreateMode = True
  212.     AddBracket = True
  213.     MsgList.Strings = (
  214.       'Licensed=Licensed to'
  215.       'DaysInstalled=Days installed'
  216.       'DaysLeft=Days left'
  217.       'Unregistered=Unregistered'
  218.       'Type=Type')
  219.     Active = False
  220.     Left = 296
  221.     Top = 40
  222.   end
  223. end
  224.